home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Bus / S / S7P 3.6 Manual.sit / S7P 3.6 Manual.rsrc / TEXT_137.txt < prev    next >
Encoding:
Text File  |  1993-11-14  |  810 b   |  15 lines

  1. AlwaysInteract
  2.  
  3. CanInteract
  4.  
  5. NeverInteract
  6.  
  7. Use these constants in SendAppleEvent to specify the user interaction option of the send mode. These determine whether the receiving program will be allowed to interact with the user when processing the AppleEvent. In general you should specify ‚ÄúNeverInteract‚Äù when sending to a remote system. When sending to an application on the local machine, you should probably specify ‚ÄúAlwaysInteract‚Äù or ‚ÄúCanInteract‚Äù to allow it to bring up any dialogs or alerts necessary when handling the event.
  8.  
  9.  
  10. kAENoReply
  11.  
  12. kAEWaitReply
  13.  
  14. Use these constants in SendAppleEvent to specify the reply option of the send mode (you can also use 3 for QueueReply, but in that case you‚Äôll have to add a handler for reply events, which will be class ‚Äúaevt‚Äù and ID ‚Äúansr‚Äù.)
  15.